Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: pypi wheel does not work with third party #1001

Conversation

jiashenC
Copy link
Member

  • requirements.txt for dependencies is not packaged in the wheel.
  • dependencies installation based on the absolute path. The relative path only works for dev testing, but errors when users actually install the wheel.

@jiashenC jiashenC self-assigned this Aug 30, 2023
@jiashenC jiashenC added the Bug 🐞 EVA is not working as expected label Aug 30, 2023
@jiashenC jiashenC added this to the v0.3.4 milestone Aug 30, 2023
@gaurav274
Copy link
Member

@jiashenC Do we need this if we plan to avoid auto-installing packages?

@jiashenC
Copy link
Member Author

We can close this for now.

@jiashenC jiashenC closed this Aug 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 🐞 EVA is not working as expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create Database for postgres passes even if the environment does not contain the necessary packages psycopg2
2 participants